home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETCB325.IN_ / netcb325.inf
Encoding:
INI File  |  1999-10-19  |  11.3 KB  |  285 lines

  1. ;-----------------------------------------------------------------------------
  2. ;  NETCBF5.INF
  3. ;  Silicom CardBus PC Cards Setup Script for Windows 2000
  4. ;
  5. ;  Copyright Silicom Ltd. 1999
  6. ;  Copyright Microsoft, 1999
  7.  
  8. [Version]
  9. Signature       = "$WINDOWS NT$"
  10. Class           = Net
  11. ClassGUID       = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider        = %MSFT%
  13. LayoutFile      = layout.inf
  14. DriverVer=10/19/1999,4.106.24.0
  15.  
  16. [DestinationDirs]
  17. CopyFilesNT5 = 12
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCI\VEN_1011&DEV_0019&SUBSYS_00011374, \
  21.                     PCI\VEN_1011&DEV_0019&SUBSYS_00021374, \
  22.                     PCI\VEN_1011&DEV_0019&SUBSYS_00071374, \
  23.                     PCI\VEN_1011&DEV_0019&SUBSYS_00081374
  24.  
  25. [Manufacturer]
  26. %Silicom% = Silicom
  27.  
  28. [Silicom]
  29. %CBF_DrvDescription%  = CBF_Install,  PCI\VEN_1011&DEV_0019&SUBSYS_00011374
  30. %FEM_DrvDescription%  = FEM_Install,  PCI\VEN_1011&DEV_0019&SUBSYS_00021374
  31. %CBE_DrvDescription%  = CBE_Install,  PCI\VEN_1011&DEV_0019&SUBSYS_00071374
  32. %CBFP_DrvDescription% = CBFP_Install, PCI\VEN_1011&DEV_0019&SUBSYS_00081374
  33.  
  34. ;-----------------------------------------------------------------------------
  35. ;
  36. ;
  37. [CBF_Install.NT]
  38. CopyFiles = CopyFilesNT5
  39. AddReg    = AddCommonNdiNT5, AddCBFParams, AddCommonParams
  40. Characteristics = 0x84
  41. BusType         = 5
  42.  
  43. [CBF_Install.NT.Services]
  44. AddService      = CB325, 2, CBFService, common.EventLog
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ;
  48. ;
  49. [CBFP_Install.NT]
  50. CopyFiles = CopyFilesNT5
  51. AddReg    = AddCommonNdiNT5, AddCBFPParams, AddCommonParams
  52. Characteristics = 0x84
  53. BusType         = 5
  54.  
  55. [CBFP_Install.NT.Services]
  56. AddService      = CB325, 2, CBFPService, common.EventLog
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ;
  60. ;
  61. [CBE_Install.NT]
  62. CopyFiles = CopyFilesNT5
  63. AddReg    = AddCommonNdiNT5, AddCBEParams, AddCommonParams
  64. Characteristics = 0x84
  65. BusType         = 5
  66.  
  67. [CBE_Install.NT.Services]
  68. AddService      = CB325, 2, CBEService, common.EventLog
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ;
  73. [FEM_Install.NT]
  74. CopyFiles = CopyFilesNT5
  75. AddReg    = AddCommonNdiNT5, AddFEMParams, AddCommonParams
  76. Characteristics = 0x84
  77. BusType         = 5
  78.  
  79. [FEM_Install.NT.Services]
  80. AddService      = CB325, 2, FEMService, common.EventLog
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ;
  84. ;
  85. [AddCBFParams]
  86. HKR, ,                              TransmitThreshold100,0,"5DC"
  87.  
  88. HKR, Ndi\params\ConnectionType,     ParamDesc,          0, %ConnectionType%
  89. HKR, Ndi\params\ConnectionType,     default,            0, "900"
  90. HKR, Ndi\params\ConnectionType,     type,               0, "enum"
  91. HKR, Ndi\params\ConnectionType\enum,"900",              0, %AutoSense%
  92. HKR, Ndi\params\ConnectionType\enum,"002",              0, %100BaseTxHD%
  93. HKR, Ndi\params\ConnectionType\enum,"202",              0, %100BaseTxFD%
  94. HKR, Ndi\params\ConnectionType\enum,"003",              0, %10BaseTHD%
  95. HKR, Ndi\params\ConnectionType\enum,"203",              0, %10BaseTFD%
  96.  
  97. HKR, Ndi\params\PowerMode,          ParamDesc,          0, %PowerSavingMode%
  98. HKR, Ndi\params\PowerMode,          default,            0, "3"
  99. HKR, Ndi\params\PowerMode,          type,               0, "enum"
  100. HKR, Ndi\params\PowerMode\enum,     "0",                0, %Normal%
  101. HKR, Ndi\params\PowerMode\enum,     "3",                0, %PowerSavingMode%
  102.  
  103. ;-----------------------------------------------------------------------------
  104. ;
  105. ;
  106. [AddCBFPParams]
  107. HKR, ,                              TransmitThreshold100,0,"5DC"
  108.  
  109. HKR, Ndi\params\ConnectionType,     ParamDesc,          0, %ConnectionType%
  110. HKR, Ndi\params\ConnectionType,     default,            0, "900"
  111. HKR, Ndi\params\ConnectionType,     type,               0, "enum"
  112. HKR, Ndi\params\ConnectionType\enum,"900",              0, %AutoSense%
  113. HKR, Ndi\params\ConnectionType\enum,"002",              0, %100BaseTxHD%
  114. HKR, Ndi\params\ConnectionType\enum,"202",              0, %100BaseTxFD%
  115. HKR, Ndi\params\ConnectionType\enum,"003",              0, %10BaseTHD%
  116. HKR, Ndi\params\ConnectionType\enum,"203",              0, %10BaseTFD%
  117.  
  118. HKR, Ndi\params\PowerMode,          ParamDesc,          0, %PowerSavingMode%
  119. HKR, Ndi\params\PowerMode,          default,            0, "3"
  120. HKR, Ndi\params\PowerMode,          type,               0, "enum"
  121. HKR, Ndi\params\PowerMode\enum,     "0",                0, %Normal%
  122. HKR, Ndi\params\PowerMode\enum,     "3",                0, %PowerSavingMode%
  123.  
  124. ;-----------------------------------------------------------------------------
  125. ;
  126. ;
  127. [AddCBEParams]
  128. HKR, Ndi\params\ConnectionType,     ParamDesc,          0, %ConnectionType%
  129. HKR, Ndi\params\ConnectionType,     default,            0, "900"
  130. HKR, Ndi\params\ConnectionType,     type,               0, "enum"
  131. HKR, Ndi\params\ConnectionType\enum,"900",              0, %AutoSense%
  132. HKR, Ndi\params\ConnectionType\enum,"001",              0, %10BaseTHD%
  133. HKR, Ndi\params\ConnectionType\enum,"201",              0, %10BaseTFD%
  134.  
  135. HKR, Ndi\params\PowerMode,          ParamDesc,          0, %PowerSavingMode%
  136. HKR, Ndi\params\PowerMode,          default,            0, "1"
  137. HKR, Ndi\params\PowerMode,          type,               0, "enum"
  138. HKR, Ndi\params\PowerMode\enum,     "0",                0, %Normal%
  139. HKR, Ndi\params\PowerMode\enum,     "1",                0, %PowerSavingMode%
  140.                                     
  141. ;-----------------------------------------------------------------------------
  142. ;
  143. ;
  144. [AddFEMParams]                      
  145. HKR, ,                              TransmitThreshold100,0,"5DC"
  146.  
  147. HKR, Ndi\params\ConnectionType,     ParamDesc,          0, %ConnectionType%
  148. HKR, Ndi\params\ConnectionType,     default,            0, "900"
  149. HKR, Ndi\params\ConnectionType,     type,               0, "enum"
  150. HKR, Ndi\params\ConnectionType\enum,"900",              0, %AutoSense%
  151. HKR, Ndi\params\ConnectionType\enum,"002",              0, %100BaseTxHD%
  152. HKR, Ndi\params\ConnectionType\enum,"202",              0, %100BaseTxFD%
  153. HKR, Ndi\params\ConnectionType\enum,"003",              0, %10BaseTHD%
  154. HKR, Ndi\params\ConnectionType\enum,"203",              0, %10BaseTFD%
  155.  
  156. HKR, Ndi\params\PowerMode,          ParamDesc,          0, %PowerSavingMode%
  157. HKR, Ndi\params\PowerMode,          default,            0, "3"
  158. HKR, Ndi\params\PowerMode,          type,               0, "enum"
  159. HKR, Ndi\params\PowerMode\enum,     "0",                0, %Normal%
  160. HKR, Ndi\params\PowerMode\enum,     "3",                0, %PowerSavingMode%
  161.  
  162. ;-----------------------------------------------------------------------------
  163. ; Common Parameters
  164. ;
  165. [AddCommonParams]
  166. HKR, ,                              BusType,            0, "5"
  167. HKR, ,                              ReceiveBuffers,     0, "40"
  168. HKR, ,                              UnderrunThreshold,  0, "0A"
  169. HKR, ,                              UnderrunRetry,      0, "2"
  170. HKR, ,                              InterruptMitigation,0, "0"
  171. HKR, ,                              MapRegisters,       0, "20"
  172. HKR, ,                              BurstLength,        0, "10"
  173. HKR, ,                              TransmitThreshold,  0, "60"
  174. HKR, ,                              MemoryReadMultiple, 0, "0"
  175.  
  176. HKR, Ndi\params\ForceIsaInt,        ParamDesc,          0, %InterruptMode%
  177. HKR, Ndi\params\ForceIsaInt,        default,            0, "0"
  178. HKR, Ndi\params\ForceIsaInt,        type,               0, "enum"
  179. HKR, Ndi\params\ForceIsaInt\enum,   "0",                0, %AutoSense%
  180. HKR, Ndi\params\ForceIsaInt\enum,   "1",                0, %ForceISAinterrupt%
  181.  
  182. HKR,Ndi\params\Interface,           ParamDesc,          0, %InterfaceMode%
  183. HKR,Ndi\params\Interface,           default,            0, "0"
  184. HKR,Ndi\params\Interface,           type,               0, "enum"
  185. HKR,Ndi\params\Interface\enum,      "0",                0, %IOmapped%
  186. HKR,Ndi\params\Interface\enum,      "1",                0, %Memorymapped%
  187.  
  188. HKR, Ndi\params\StoreAndForward,    ParamDesc,          0, %DisableEarlyTransmit%
  189. HKR, Ndi\params\StoreAndForward,    default,            0, "0"
  190. HKR, Ndi\params\StoreAndForward,    type,               0, "enum"
  191. HKR, Ndi\params\StoreAndForward\enum,"0",               0, %No%
  192. HKR, Ndi\params\StoreAndForward\enum,"1",               0, %Yes%
  193.  
  194. HKR, Ndi\params\NetworkAddress,     ParamDesc,          0, %NetworkAddress%
  195. HKR, Ndi\params\NetworkAddress,     default,            0, ""
  196. HKR, Ndi\params\NetworkAddress,     type,               0, "edit"
  197. HKR, Ndi\params\NetworkAddress,     LimitText,          0, "12"
  198. HKR, Ndi\params\NetworkAddress,     UpperCase,          0, "1"
  199. HKR, Ndi\params\NetworkAddress,     optional,           0, "1"
  200.  
  201. ;-----------------------------------------------------------------------------
  202. ;
  203. ;
  204. [CBFService]
  205. DisplayName     = %CBF_DispName%
  206. ServiceType     = 1
  207. StartType       = 3
  208. ErrorControl    = 1
  209. ServiceBinary   = %12%\CB325.SYS
  210. LoadOrderGroup  = NDIS
  211.  
  212. [FEMService]
  213. DisplayName     = %FEM_DispName%
  214. ServiceType     = 1
  215. StartType       = 3
  216. ErrorControl    = 1
  217. ServiceBinary   = %12%\CB325.SYS
  218. LoadOrderGroup  = NDIS
  219.  
  220. [CBFPService]
  221. DisplayName     = %CBFP_DispName%
  222. ServiceType     = 1
  223. StartType       = 3
  224. ErrorControl    = 1
  225. ServiceBinary   = %12%\CB325.SYS
  226. LoadOrderGroup  = NDIS
  227.  
  228. [CBEService]
  229. DisplayName     = %CBE_DispName%
  230. ServiceType     = 1
  231. StartType       = 3
  232. ErrorControl    = 1
  233. ServiceBinary   = %12%\CB325.SYS
  234. LoadOrderGroup  = NDIS
  235.  
  236. [AddCommonNdiNT5]
  237. HKR, Ndi\Interfaces,                UpperRange,         0, "ndis5"
  238. HKR, Ndi\Interfaces,                LowerRange,         0, "ethernet"
  239. HKR, Ndi,                           Service,            0, "CB325"
  240. HKR, ,                              OSType,             0, "5"
  241.  
  242. [common.EventLog]
  243. AddReg = common.AddEventLog.reg
  244.  
  245. [common.AddEventLog.reg]
  246. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\CB325.SYS"
  247. HKR, , TypesSupported,   0x00010001, 7
  248.  
  249. [CopyFilesNT5]
  250. CB325.SYS,,,2
  251.  
  252. [Strings]
  253. MSFT                = "Microsoft"
  254. Silicom             = "Silicom"
  255.  
  256. ConnectionType        =    "Connection Type"
  257. AutoSense        =    "Auto Sense"
  258. 100BaseTxHD        =    "100BaseTx Half Duplex"
  259. 100BaseTxFD             =       "100BaseTx Full Duplex"
  260. 10BaseTHD               =       "10BaseT Half Duplex"
  261. 10BaseTFD               =       "10BaseT Full Duplex"
  262. PowerSavingMode         =       "Power Saving Mode"
  263. Normal                  =       "Normal"
  264. InterruptMode           =       "Interrupt mode"
  265. ForceISAinterrupt       =       "Force ISA interrupt"
  266. InterfaceMode           =       "Interface Mode"
  267. IOmapped                =       "IO mapped PC Card"
  268. MemoryMapped            =       "Memory mapped PC Card"
  269. DisableEarlyTransmit    =       "Disable Early Transmit"
  270. No                      =       "No"
  271. Yes                     =       "Yes"
  272. NetworkAddress          =       "Network Address"
  273.  
  274.  
  275. CBF_DrvDescription  = "Silicom FastEthernet CardBus Adapter"
  276. CBFP_DrvDescription = "Silicom FastEthernet CardBus Adapter"
  277. FEM_DrvDescription  = "Silicom FastEthernet CardBus Adapter"
  278. CBE_DrvDescription  = "Silicom Ethernet CardBus Adapter"
  279.  
  280. CBF_DispName        = "Silicom FastEthernet CardBus Adapter Driver"
  281. CBFP_DispName       = "Silicom FastEthernet CardBus Adapter Driver"
  282. FEM_DispName        = "Silicom FastEthernet CardBus Adapter Driver"
  283. CBE_DispName        = "Silicom Ethernet CardBus Adapter Driver"
  284.